home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7.40 / PC Gamer Disc 7.40 (May 2004).BIN / Software / Demos / ut2004_betademo.exe / Web / ServerAdmin / ut2003.css < prev   
Cascading Style Sheet File  |  2003-05-23  |  10KB  |  262 lines

  1. /*
  2.  *    ut2k3stats.css   6/6/2002 5:55PM
  3.  *   ----------------
  4.  *   Control the look of the ut2k3stats output pages with this style sheet file.
  5.  */
  6.  
  7. /* Design by Walter |2| Costinak <2@2design.org>
  8.  
  9. Category    Color description    RGB        Use
  10. --------    -----------------    ---        ---
  11.  
  12. Backgrounds:    dark blue        #243954        main background color for all pages
  13.         lighter blue/grey    #58677C         table title bg and table headers bg
  14.                 grey            #6C6C6C        table info text, search strip background
  15.                 black            #000000        table default background
  16.                 dark grey        #474747        table mark alternating line of data
  17.  
  18. Text colors:    white            #FFFFFF        main text color
  19.         light blue        #CBE1FF        table header color
  20.                 orange/yellow        #FFCC66        link color
  21.  
  22. Color        light grey        #CCCCCC
  23.  
  24. Page width         760
  25. Content Width        700        table headers, in page gfx
  26. Left/Right Margin       30/30
  27. Between top boxes       20
  28.  
  29. Font sizes:        Arial Size 4    14pt        Titels in top of page, page name
  30.             Arial Size 3    12pt        Table Title (bold, white)
  31.                     10pt        Normal text
  32.                     8pt        Small Text
  33.  
  34. Pixel Infos:
  35. ------------
  36. Transparent gif:    151 x 99        Subpage nice middle pic
  37.  
  38.  
  39. Table Title/Text:
  40. -----------------
  41. Table Title:        172 x 54        at least; dynamic, bg blue/grey
  42. Table Text:        700-172 x 54        cellpadding 8-10, cellspacing = 0
  43.  
  44. Quick reference box     14            text offset top/left
  45. Intro text box        16            text offset top/left
  46.  
  47.  
  48.  
  49.  
  50.  
  51. */
  52.  
  53. /*---Links & Mouse-Overs---*/
  54. A:link        {color: #FFCC66; text-decoration: none}}
  55. A:visited    {color: #FFCC66; text-decoration: none}}
  56. A:active    {color: #FFCC66; text-decoration: underline}}
  57. A:hover        {color: #FFFFFF; text-decoration: underline}}
  58.  
  59.  
  60. /*---Span classes - Text---*/
  61.  
  62. /*Standard info text*/
  63. span.text    { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10pt; color:#FFFFFF; }
  64.  
  65. /*Small font quick links, tables small text*/
  66. span.small    { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 8pt; color:#FFFFFF; }
  67.  
  68. /*Mark text in blue*/
  69. span.blue    { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; color:#CBE1FF; }
  70. span.orange    { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; color:#FFCC66; }    /*###only for tests!*/
  71.  
  72.  
  73. /*Top Navigation - page_head.php*/
  74. span.navigation    { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10pt; }
  75.  
  76. /*Location - page_head.php*/
  77. span.location    { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10pt; }
  78.  
  79. /*Table title text (or use td.ttitle)*/
  80. span.ttitle    { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:12pt; color:#FFFFFF; font-weight:bold; }
  81.  
  82. /*Page info title text - quick reference box table_quick.inc.*/
  83. span.ptitle    { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:14pt; color:#FFFFFF; font-weight:bold; }
  84.  
  85. /*Main page title "Keep track of your".*/
  86. span.mtitle    { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:14pt; color:#FFFFFF; font-weight:normal; }
  87.  
  88.  
  89. /*Introduction box*/
  90. span.intro    { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10pt;
  91.           color:#FFFFFF; }
  92.  
  93. /*Nick name coloring in Introduction box*/
  94. span.nick    { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; color:#CBE1FF; }    /*same as span.blue*/
  95.  
  96.  
  97. /*---TABLE, TD Classes - Text---*/
  98. /*table.border    { background-color:#000000; border-width:1px; border-color:#000000; border-style:solid; }*/
  99.  
  100. table.border    { border-width:0px;  background-color:#243954;}
  101.  
  102. /*Table title style (used)*/
  103. td.ttitle    { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
  104.           font-size:12pt; font-weight:bold; color:#FFFFFF; background-color:#58677C;
  105.                   vertical-align:bottom; text-align:left; }    /*background-image:url(./pics/metalw.gif);*/
  106.  
  107. /*Table info text style (used)*/
  108. td.ttext    { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
  109.           font-size:8pt;  font-weight:normal; color:#FFFFFF; background-color:#6C6C6C;
  110.                   vertical-align:bottom; text-align:left; } /*###  #243954 #474747 org:#FFFFFF*/
  111.  
  112.  
  113. /*Quick index table, top left (used)*/
  114. td.index    { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:8pt;
  115.           color:#FFFFFF; line-height:11pt; }
  116.  
  117. /*Intro text rounded box, top right*/
  118. td.intro    { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10pt;
  119.           color:#FFFFFF; }
  120.  
  121. /*Intro text rounded box, top right for MAIN page, smaller font!*/
  122. td.intro_main    { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:8pt;
  123.           color:#FFFFFF; }
  124.  
  125. /*Info "!" rounded box*/
  126. td.info        { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10pt;
  127.           color:#FFFFFF; }
  128.  
  129. /*(Advanced)Search tags (used)*/
  130. td.search    { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10pt;
  131.           font-weight:bold; color:#FFFFFF; }
  132.  
  133. /*Standard info text, like span.text (used, e.g. by advanced search)*/
  134. td.text        { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:9pt;
  135.           color:#FFFFFF; }
  136.  
  137. /*---TD Classes - Text with background colors---*/
  138.  
  139. /*NORMAL HEADER line in table with bg - 1st top description line*/
  140. td.nhbg        { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10pt;
  141.           color:#CBE1FF; background-color:#58677C;  } /*light blue, background-image:url(./pics/metalw.gif);*/
  142.  
  143. /*NORMAL TEXT with background, left most descriptive column*/
  144. td.ntbg        { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10pt;
  145.           color:#FFFFFF; background-color:#58677C;  } /*background-image:url(./pics/metalw.gif);*/
  146.  
  147. /*NORMAL ALTERNATING data with bg*/
  148. td.nabg        { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10pt;
  149.           color:#FFFFFF; background-color:#474747; }
  150.  
  151. /*NORMAL data text - transparent*/
  152. td.n        { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10pt;
  153.           color:#FFFFFF; }
  154.  
  155. /*SMALL HEADER line in table with bg - 1st top description line*/
  156. td.shbg        { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:8pt;
  157.           color:#CBE1FF; background-color:#58677C;  }
  158.  
  159. /*SMALL TEXT with background, left most descriptive column*/
  160. td.stbg        { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:8pt;
  161.           color:#FFFFFF; background-color:#58677C;  }
  162.  
  163. /*SMALL ALTERNATING data with bg*/
  164. td.sabg        { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:8pt;
  165.           color:#FFFFFF; background-color:#474747; }
  166.  
  167. /*SMALL data text - transparent*/
  168. td.s        { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:8pt;
  169.           color:#FFFFFF; }
  170.  
  171. td        { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10pt;
  172.           color:#FFFFFF; }
  173.  
  174. /*Standard info text, like span.text (used, e.g. by advanced search)*/
  175. input.textbox    { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:9pt;
  176.                     color:#000000; background-color:#9CABC0; border-width:1px; }
  177.  
  178. /*Standard info text, like span.text (used, e.g. by advanced search)*/
  179. input.button    { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:9pt;
  180.                     color:#000000; background-color:#9CABC0; border-width:1px;
  181.                 }
  182.  
  183. select            { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10pt;
  184.                     color:#000000; background-color:#9CABC0; border: 1px solid black; }
  185.  
  186. select.mini        { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:8pt;
  187.                     color:#000000; background-color:#9CABC0; }
  188.  
  189.  
  190.  
  191. /*--OLD STUFF BELOW------------------------------------------------------------------------------------*/
  192.  
  193. /*---Span classes - Color---*/
  194.  
  195. /*Secondary 'marking' color, used in all tables, and also on the templates */
  196. span.red    { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; color:#6699CC; }        /*blue ,darker orange CC9933*/
  197.  
  198. /*Secondary 'marking' color, used in all tables, and also on the templates */
  199. span.wight    { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; color:#000000; }
  200.  
  201.  
  202. /*Navigation bar - color of link we reached, then only a text*/
  203. span.gray    { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; color:#3C3C3C; }
  204.  
  205. /*Colored text - Intensity range blue to red, same as the 'td.0' to 'td.9' intensity range*/
  206. span.i0        { color:#FF0101; } /*red    */
  207. span.i1        { color:#FF7901; } /*organge    */
  208. span.i2        { color:#FFB401; } /*lorange    */
  209. span.i3        { color:#FFF001; } /*yellow    */
  210. span.i4        { color:#D2FF01; } /*ygreen    */
  211. span.i5        { color:#96FF01; } /*lgreen    */
  212. span.i6        { color:#01FF5B; } /*dgreen    */
  213. span.i7        { color:#01FFD2; } /*lblueg    */
  214. span.i8        { color:#01B4FF; } /*lblue    */
  215. span.i9        { color:#013DFF; } /*dblue    */
  216.  
  217.  
  218.  
  219. /*---Special----*/
  220. /*Typewriter font - used in templates to denote files names, and paths, uses span.blue color*/
  221. tt        { font-family:Courier New,Courier,mono; color:#FFCC66; font-size:10pt; }
  222.  
  223. /*Blockquote used for intro, faq and help page templates*/
  224. blockquote.text { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10pt; }
  225.  
  226.  
  227.  
  228.  
  229.  
  230. /*---TABLE Classes---*/
  231. /*table.border    { border-width:1px; border-color:#CCCCFF; border-style:solid } */ /*index table*/
  232. /*table.border2    { border-width:1px; border-color:#336699; border-style:solid } */ /*6699CC info tables*/
  233.  
  234.  
  235. /*Color spectrum for td backgrounds (e.g. player numbers, or Weapons), used in all tables*/
  236. td.s0    { background-color:#ea0000; } /*red    */
  237. td.s1    { background-color:#ea8100; } /*organge    */
  238. td.s2    { background-color:#d9ca00; } /*yellow    */
  239. td.s3    { background-color:#58ea00; } /*litegreen*/
  240. td.s4    { background-color:#00d000; } /*green    */
  241. td.s5    { background-color:#00eaa4; } /*olive    */
  242. td.s6    { background-color:#00b6ea; } /*liteblue*/
  243. td.s7    { background-color:#003aea; } /*blue    */
  244. td.s8    { background-color:#c700ea; } /*purple    */
  245. td.s9    { background-color:#ea0093; } /*pink    */
  246.  
  247. /*s10 is not part of any loop - extra 11th "color"
  248.        gray, extra color used for suis in pl weapon usage table*/
  249. td.s10    { background-color:#7b7c6e; }
  250.  
  251. /*Intensity range blue to red, used in all tables*/
  252. td.i0    { background-color:#FF0101; } /*red    */
  253. td.i1    { background-color:#FF7901; } /*organge    */
  254. td.i2    { background-color:#FFB401; } /*lorange    */
  255. td.i3    { background-color:#FFF001; } /*yellow    */
  256. td.i4    { background-color:#D2FF01; } /*ygreen    */
  257. td.i5    { background-color:#96FF01; } /*lgreen    */
  258. td.i6    { background-color:#01FF5B; } /*dgreen    */
  259. td.i7    { background-color:#01FFD2; } /*lblueg    */
  260. td.i8    { background-color:#01B4FF; } /*lblue    */
  261. td.i9    { background-color:#013DFF; } /*dblue    */
  262.